Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Enable default link behaviors on nav bar and side nav links #1182

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

romeonicholas
Copy link
Contributor

@romeonicholas romeonicholas commented Nov 9, 2023

Fixes #1164

Moving routerLinks out of the containing divs and into the anchors for nav bar and side nav links makes them behave like normal links (middle click to open new tab, right click to open context menu, etc.)

@romeonicholas romeonicholas self-assigned this Nov 9, 2023
Copy link

codecov bot commented Nov 9, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (028853a) 72.50% compared to head (9cd086a) 72.50%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1182   +/-   ##
=======================================
  Coverage   72.50%   72.50%           
=======================================
  Files         162      162           
  Lines        5289     5289           
  Branches      592      592           
=======================================
  Hits         3835     3835           
  Misses       1322     1322           
  Partials      132      132           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@romeonicholas romeonicholas marked this pull request as ready for review November 9, 2023 10:53
@romeonicholas romeonicholas force-pushed the link-behavior-fix branch 3 times, most recently from 678a351 to 22640bf Compare November 10, 2023 14:46
frontend/angular.json Outdated Show resolved Hide resolved
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@MoritzWeber0 MoritzWeber0 merged commit 37d6244 into main Nov 10, 2023
25 checks passed
@MoritzWeber0 MoritzWeber0 deleted the link-behavior-fix branch November 10, 2023 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot middle-click links at the top of the page
2 participants